update ispconfig

Discussion in 'ISPConfig 3 Priority Support' started by Tom John, Jun 10, 2021.

  1. Tom John

    Tom John Active Member HowtoForge Supporter

    HI guys,
    i wonder where i do find the script
    ispconfig_update.sh
    Do you recommend to do the update on she shell or in ispconfig do_update?
    thanks for your kind help
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Do the update on the shell. Login as root user, then type:

    ispconfig_update.sh

    and hit return, the update starts then. The script is in the PATH, so no need to worry where it is located.
     
  3. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    It is in ISPConfig script folder and you can simply use "locate" command to find it but as @till said, it is already in the PATH and you can simply run it from the shell.
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    If you need to know in which file that command is, use
    Code:
    type -a ispconfig_update.sh
    If you wonder where type comes from, use
    Code:
    type -a type
    Read man bash to get documentation for the type -command.
     
  5. Tom John

    Tom John Active Member HowtoForge Supporter

    thanks a lot for your kind help guys
     

Share This Page