fix error when no .evn
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#Import Credentials
|
#Import Credentials
|
||||||
source .env
|
source .env 2> /dev/null
|
||||||
|
|
||||||
DHIRAAGU_LOGIN_URL='https://portal.dhivehinet.net.mv/adsls/login_api'
|
DHIRAAGU_LOGIN_URL='https://portal.dhivehinet.net.mv/adsls/login_api'
|
||||||
DHIRAAGU_HOME_URL='https://portal.dhivehinet.net.mv/home'
|
DHIRAAGU_HOME_URL='https://portal.dhivehinet.net.mv/home'
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#Import Credentials
|
#Import Credentials
|
||||||
source .env
|
source .env 2> /dev/null
|
||||||
|
|
||||||
DHIRAAGU_LOGIN_URL='https://portal.dhivehinet.net.mv/adsls/login_api'
|
DHIRAAGU_LOGIN_URL='https://portal.dhivehinet.net.mv/adsls/login_api'
|
||||||
DHIRAAGU_HOME_URL='https://portal.dhivehinet.net.mv/home'
|
DHIRAAGU_HOME_URL='https://portal.dhivehinet.net.mv/home'
|
||||||
|
|||||||
Reference in New Issue
Block a user