File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ tail -f /root/.internxt-cli/logs/internxt-webdav-combined.log &
9393# exits on failure so that Docker's restart policy (e.g. --restart unless-stopped)
9494# can recover the container with a clean login.
9595set +e
96- KEEPALIVE_INTERVAL=1800
96+ KEEPALIVE_INTERVAL=30
9797
9898keepaliveEnabled=$( echo " $WEBDAV_KEEPALIVE_ENABLED " | tr ' [:upper:]' ' [:lower:]' )
9999if [ -z " $WEBDAV_KEEPALIVE_ENABLED " ] || [ " $keepaliveEnabled " = " true" ] || [ " $keepaliveEnabled " = " 1" ] || [ " $keepaliveEnabled " = " yes" ] || [ " $keepaliveEnabled " = " y" ]; then
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export default class Whoami extends Command {
1717 static readonly enableJsonFlag = true ;
1818
1919 public run = async ( ) => {
20+ await this . parse ( Whoami ) ;
2021 const userCredentials = await ConfigService . instance . readUser ( ) ;
2122 if ( ! userCredentials ) {
2223 const message = 'You are not logged in.' ;
You can’t perform that action at this time.
0 commit comments